docs: fix links to docs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 02:35:21 +0000 (21:35 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 03:40:55 +0000 (22:40 -0500)
docs/reference/gtk/glossary.xml
gtk/gtksettings.c

index 82b40b602a713f2ea1bf79a29624b3f280eb95e8..7c7488424e8632cb9bc37b41ec4a86d2f0d83e14 100644 (file)
       <para>
         A style encapsulates what GTK+ needs to know in order to draw
         a widget. Styles can be modified with 
-        <link linkend="gtk-Resource-Files">resource files</link>.
+        <link linkend="gtk3-Resource-Files">resource files</link>.
       </para>
     </glossdef>
   </glossentry>
index 0749c7264acb12acb54a2cbbd51f3556391fbfaf..c90db5085235837077139b58cd968c5765c19ab3 100644 (file)
@@ -722,7 +722,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
    * ...
    * </programlisting>
    * Color names must be acceptable as identifiers in the
-   * <link linkend="gtk-Resource-Files">gtkrc</link> syntax, and
+   * <link linkend="gtk3-Resource-Files">gtkrc</link> syntax, and
    * color specifications must be in the format accepted by
    * gdk_color_parse().
    *